Lua/Shared/Vector2/Functions/Normalize
From JC2-MP Documentation
Returns | none |
---|---|
Prototype | Vector2:Normalize() |
Description | Normalizes the vector in place. |
Additional Notes
- This method does not yield a new vector, use Vector2:Normalized() instead.